home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TUPLOAD / TUPLOAD.txt < prev   
Text File  |  1998-04-27  |  20KB  |  767 lines

  1. object UpLoad: TUpLoad
  2.   Left = 116
  3.   Top = 83
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Uploader'
  7.   ClientHeight = 523
  8.   ClientWidth = 631
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PanelMain: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 631
  27.     Height = 523
  28.     Align = alClient
  29.     BevelInner = bvLowered
  30.     BorderWidth = 1
  31.     BorderStyle = bsSingle
  32.     TabOrder = 1
  33.     object PanelLog: TPanel
  34.       Left = 3
  35.       Top = 439
  36.       Width = 621
  37.       Height = 77
  38.       Align = alBottom
  39.       BevelOuter = bvNone
  40.       BorderStyle = bsSingle
  41.       TabOrder = 0
  42.       object Logging: TRichEdit
  43.         Left = 0
  44.         Top = 0
  45.         Width = 617
  46.         Height = 73
  47.         TabStop = False
  48.         Align = alClient
  49.         Font.Charset = RUSSIAN_CHARSET
  50.         Font.Color = clWindowText
  51.         Font.Height = -11
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = [fsBold]
  54.         HideSelection = False
  55.         ParentFont = False
  56.         ParentShowHint = False
  57.         ReadOnly = True
  58.         ScrollBars = ssVertical
  59.         ShowHint = False
  60.         TabOrder = 0
  61.         WordWrap = False
  62.       end
  63.     end
  64.     object PanelInfoLog: TPanel
  65.       Left = 3
  66.       Top = 192
  67.       Width = 620
  68.       Height = 242
  69.       BevelOuter = bvNone
  70.       TabOrder = 1
  71.       object PanelInfo: TPanel
  72.         Left = 0
  73.         Top = 0
  74.         Width = 620
  75.         Height = 242
  76.         Align = alClient
  77.         BevelOuter = bvNone
  78.         BorderStyle = bsSingle
  79.         TabOrder = 0
  80.         object ListDLoad: TListView
  81.           Left = 0
  82.           Top = 0
  83.           Width = 616
  84.           Height = 238
  85.           Align = alClient
  86.           ColumnClick = False
  87.           OnClick = ListDLoadClick
  88.           OnDblClick = ListDLoadDblClick
  89.           Columns = <
  90.             item
  91.               Caption = 'Url'
  92.               Width = 120
  93.             end
  94.             item
  95.               Caption = 'IP address'
  96.               Width = 90
  97.             end
  98.             item
  99.               Caption = 'Files'
  100.               Width = 80
  101.             end
  102.             item
  103.               Caption = 'Remote path/name'
  104.               Width = 120
  105.             end
  106.             item
  107.               Caption = 'Local path/name'
  108.               Width = 120
  109.             end
  110.             item
  111.               Caption = 'Size of File'
  112.               Width = 80
  113.             end>
  114.           HideSelection = False
  115.           OnEditing = ListDLoadEditing
  116.           OnDragDrop = ListDLoadDragDrop
  117.           OnDragOver = ListDLoadDragOver
  118.           PopupMenu = PopupMenu1
  119.           TabOrder = 0
  120.           ViewStyle = vsReport
  121.           SmallImages = SmallImages
  122.           StateImages = SmallImages
  123.         end
  124.       end
  125.     end
  126.     object PanelButtons: TPanel
  127.       Left = 3
  128.       Top = 3
  129.       Width = 621
  130.       Height = 36
  131.       Align = alTop
  132.       BevelInner = bvLowered
  133.       TabOrder = 2
  134.       object btDelete: TRxSpeedButton
  135.         Left = 3
  136.         Top = 3
  137.         Width = 30
  138.         Height = 30
  139.         Hint = 'Delete selected Url'
  140.         Enabled = False
  141.         Flat = True
  142.         GrayedInactive = False
  143.         ParentShowHint = False
  144.         OnClick = DeleteUrl1Click
  145.       end
  146.       object btDownload: TRxSpeedButton
  147.         Left = 34
  148.         Top = 3
  149.         Width = 30
  150.         Height = 30
  151.         Hint = 'Download selected Url'
  152.         Enabled = False
  153.         Flat = True
  154.         GrayedInactive = False
  155.         ParentShowHint = False
  156.         OnClick = ListDLoadDblClick
  157.       end
  158.       object btStop: TRxSpeedButton
  159.         Left = 65
  160.         Top = 3
  161.         Width = 30
  162.         Height = 30
  163.         Hint = 'Stop downloading Url'
  164.         Enabled = False
  165.         Flat = True
  166.         GrayedInactive = False
  167.         ParentShowHint = False
  168.         OnClick = Stop1Click
  169.       end
  170.       object PanelTime: TPanel
  171.         Left = 306
  172.         Top = 2
  173.         Width = 313
  174.         Height = 32
  175.         Align = alRight
  176.         BevelOuter = bvNone
  177.         TabOrder = 0
  178.         object Label5: TLabel
  179.           Left = 7
  180.           Top = 9
  181.           Width = 69
  182.           Height = 13
  183.           Caption = 'Current Time  :'
  184.         end
  185.         object Label3: TLabel
  186.           Left = 161
  187.           Top = 2
  188.           Width = 69
  189.           Height = 13
  190.           Caption = 'Elapsed time  :'
  191.         end
  192.         object Label29: TLabel
  193.           Left = 181
  194.           Top = 16
  195.           Width = 49
  196.           Height = 13
  197.           Caption = 'Time left  :'
  198.         end
  199.         object CurrentTime: TPanel
  200.           Left = 83
  201.           Top = 7
  202.           Width = 70
  203.           Height = 18
  204.           BevelInner = bvLowered
  205.           Color = clTeal
  206.           Font.Charset = DEFAULT_CHARSET
  207.           Font.Color = clLime
  208.           Font.Height = -11
  209.           Font.Name = 'MS Sans Serif'
  210.           Font.Style = []
  211.           ParentFont = False
  212.           TabOrder = 0
  213.         end
  214.         object TimeWork: TPanel
  215.           Left = 235
  216.           Top = 0
  217.           Width = 70
  218.           Height = 16
  219.           BevelInner = bvLowered
  220.           Color = clTeal
  221.           Font.Charset = DEFAULT_CHARSET
  222.           Font.Color = clLime
  223.           Font.Height = -11
  224.           Font.Name = 'MS Sans Serif'
  225.           Font.Style = []
  226.           ParentFont = False
  227.           TabOrder = 1
  228.         end
  229.         object TimeLast: TPanel
  230.           Left = 235
  231.           Top = 16
  232.           Width = 70
  233.           Height = 16
  234.           BevelInner = bvLowered
  235.           Color = clTeal
  236.           Font.Charset = DEFAULT_CHARSET
  237.           Font.Color = clLime
  238.           Font.Height = -11
  239.           Font.Name = 'MS Sans Serif'
  240.           Font.Style = []
  241.           ParentFont = False
  242.           TabOrder = 2
  243.         end
  244.       end
  245.     end
  246.     object SplitterInfoLog: TRxSplitter
  247.       Left = 3
  248.       Top = 434
  249.       Width = 621
  250.       Height = 5
  251.       ControlFirst = PanelInfo
  252.       ControlSecond = PanelLog
  253.       Align = alBottom
  254.       OnPosChanged = SplitterInfoLogPosChanged
  255.     end
  256.     object WorkPanel: TPanel
  257.       Left = 3
  258.       Top = 39
  259.       Width = 621
  260.       Height = 153
  261.       BevelInner = bvLowered
  262.       TabOrder = 4
  263.       object WorkPanelSpeed: TPanel
  264.         Left = 2
  265.         Top = 3
  266.         Width = 617
  267.         Height = 72
  268.         BevelInner = bvLowered
  269.         BevelOuter = bvNone
  270.         TabOrder = 0
  271.         object EveryTime: TPanel
  272.           Left = 191
  273.           Top = 2
  274.           Width = 189
  275.           Height = 68
  276.           BevelOuter = bvNone
  277.           TabOrder = 0
  278.           object Label11: TLabel
  279.             Left = 13
  280.             Top = 47
  281.             Width = 162
  282.             Height = 10
  283.             AutoSize = False
  284.             Caption = 
  285.               '|.......|.......|.......|.......|.......|.......|.......|.......' +
  286.               '|.......|.......|'
  287.             Font.Charset = RUSSIAN_CHARSET
  288.             Font.Color = clWindowText
  289.             Font.Height = -8
  290.             Font.Name = 'Small Fonts'
  291.             Font.Style = []
  292.             ParentFont = False
  293.           end
  294.           object Label12: TLabel
  295.             Left = 11
  296.             Top = 56
  297.             Width = 167
  298.             Height = 10
  299.             Caption = 
  300.               '0 (b/s)                          5000                        100' +
  301.               '00'
  302.             Font.Charset = RUSSIAN_CHARSET
  303.             Font.Color = clWindowText
  304.             Font.Height = -8
  305.             Font.Name = 'Small Fonts'
  306.             Font.Style = []
  307.             ParentFont = False
  308.           end
  309.           object RxLabel3: TRxLabel
  310.             Left = 39
  311.             Top = 6
  312.             Width = 109
  313.             Height = 14
  314.             ShadowColor = clWhite
  315.             Caption = 'Average speed (b/s)  :'
  316.             Font.Charset = DEFAULT_CHARSET
  317.             Font.Color = clBlack
  318.             Font.Height = -11
  319.             Font.Name = 'MS Sans Serif'
  320.             Font.Style = []
  321.             ParentFont = False
  322.           end
  323.           object PanelAvSpeed: TPanel
  324.             Left = 12
  325.             Top = 22
  326.             Width = 166
  327.             Height = 28
  328.             BevelInner = bvLowered
  329.             BorderWidth = 1
  330.             TabOrder = 0
  331.             object LabelBot1: TLabel
  332.               Left = 3
  333.               Top = 3
  334.               Width = 160
  335.               Height = 22
  336.               Align = alClient
  337.               Color = clWhite
  338.               ParentColor = False
  339.             end
  340.             object AvSpeedBar: TLabel
  341.               Left = 3
  342.               Top = 3
  343.               Width = 160
  344.               Height = 22
  345.               AutoSize = False
  346.               Color = clMaroon
  347.               ParentColor = False
  348.             end
  349.             object AvSpeedNum: TRxLabel
  350.               Left = 48
  351.               Top = 6
  352.               Width = 8
  353.               Height = 14
  354.               ShadowColor = cl3DLight
  355.               Transparent = True
  356.               Font.Charset = DEFAULT_CHARSET
  357.               Font.Color = clBlack
  358.               Font.Height = -11
  359.               Font.Name = 'MS Sans Serif'
  360.               Font.Style = [fsBold]
  361.               ParentFont = False
  362.             end
  363.           end
  364.         end
  365.         object PanelDownload: TPanel
  366.           Left = 2
  367.           Top = 2
  368.           Width = 189
  369.           Height = 68
  370.           BevelOuter = bvNone
  371.           TabOrder = 1
  372.           object Label13: TLabel
  373.             Left = 12
  374.             Top = 48
  375.             Width = 162
  376.             Height = 10
  377.             AutoSize = False
  378.             Caption = 
  379.               '|.......|.......|.......|.......|.......|.......|.......|.......' +
  380.               '|.......|.......|'
  381.             Font.Charset = RUSSIAN_CHARSET
  382.             Font.Color = clWindowText
  383.             Font.Height = -8
  384.             Font.Name = 'Small Fonts'
  385.             Font.Style = []
  386.             ParentFont = False
  387.           end
  388.           object Label14: TLabel
  389.             Left = 9
  390.             Top = 56
  391.             Width = 168
  392.             Height = 10
  393.             Caption = 
  394.               '0 (%)                                50                         ' +
  395.               '       100'
  396.             Font.Charset = RUSSIAN_CHARSET
  397.             Font.Color = clWindowText
  398.             Font.Height = -8
  399.             Font.Name = 'Small Fonts'
  400.             Font.Style = []
  401.             ParentFont = False
  402.           end
  403.           object RxLabel2: TRxLabel
  404.             Left = 66
  405.             Top = 6
  406.             Width = 58
  407.             Height = 14
  408.             ShadowColor = clWhite
  409.             Caption = 'Uploaded  :'
  410.             Font.Charset = DEFAULT_CHARSET
  411.             Font.Color = clBlack
  412.             Font.Height = -11
  413.             Font.Name = 'MS Sans Serif'
  414.             Font.Style = []
  415.             ParentFont = False
  416.           end
  417.           object ProgPanel: TPanel
  418.             Left = 11
  419.             Top = 22
  420.             Width = 166
  421.             Height = 28
  422.             BevelInner = bvLowered
  423.             BorderWidth = 1
  424.             Ctl3D = True
  425.             ParentCtl3D = False
  426.             ParentShowHint = False
  427.             ShowHint = False
  428.             TabOrder = 0
  429.             object LabelBot: TLabel
  430.               Left = 3
  431.               Top = 3
  432.               Width = 160
  433.               Height = 22
  434.               Align = alClient
  435.               Color = clWhite
  436.               ParentColor = False
  437.             end
  438.             object ProgBar: TLabel
  439.               Left = 3
  440.               Top = 3
  441.               Width = 160
  442.               Height = 22
  443.               AutoSize = False
  444.               Color = clNavy
  445.               ParentColor = False
  446.             end
  447.             object Percent: TRxLabel
  448.               Left = 61
  449.               Top = 5
  450.               Width = 8
  451.               Height = 17
  452.               ShadowColor = cl3DLight
  453.               Transparent = True
  454.               Font.Charset = DEFAULT_CHARSET
  455.               Font.Color = clBlack
  456.               Font.Height = -13
  457.               Font.Name = 'MS Sans Serif'
  458.               Font.Style = [fsBold]
  459.               ParentFont = False
  460.             end
  461.           end
  462.         end
  463.         object PanelGraphic: TPanel
  464.           Left = 380
  465.           Top = 2
  466.           Width = 234
  467.           Height = 68
  468.           BevelOuter = bvNone
  469.           TabOrder = 2
  470.           object lbGraph: TLabel
  471.             Left = 33
  472.             Top = 59
  473.             Width = 59
  474.             Height = 10
  475.             Caption = 'max  5000 bytes'
  476.             Font.Charset = DEFAULT_CHARSET
  477.             Font.Color = clWindowText
  478.             Font.Height = -8
  479.             Font.Name = 'Small Fonts'
  480.             Font.Style = []
  481.             ParentFont = False
  482.           end
  483.           object PanelGraph: TPanel
  484.             Left = 33
  485.             Top = 0
  486.             Width = 197
  487.             Height = 61
  488.             BevelInner = bvLowered
  489.             BorderWidth = 1
  490.             Color = clBlack
  491.             TabOrder = 0
  492.             object Graph: TImage
  493.               Left = 3
  494.               Top = 3
  495.               Width = 191
  496.               Height = 55
  497.               Align = alClient
  498.               ParentShowHint = False
  499.               ShowHint = False
  500.             end
  501.           end
  502.         end
  503.       end
  504.       object PanelCalc: TPanel
  505.         Left = 2
  506.         Top = 75
  507.         Width = 617
  508.         Height = 76
  509.         BevelInner = bvLowered
  510.         BevelOuter = bvNone
  511.         TabOrder = 1
  512.         object Label1: TLabel
  513.           Left = 35
  514.           Top = 6
  515.           Width = 57
  516.           Height = 13
  517.           Caption = 'Size of file  :'
  518.         end
  519.         object Label8: TLabel
  520.           Left = 252
  521.           Top = 53
  522.           Width = 64
  523.           Height = 13
  524.           Caption = 'This upload  :'
  525.         end
  526.         object Label2: TLabel
  527.           Left = 226
  528.           Top = 29
  529.           Width = 90
  530.           Height = 13
  531.           Caption = 'Previous uploads  :'
  532.         end
  533.         object Label7: TLabel
  534.           Left = 248
  535.           Top = 6
  536.           Width = 68
  537.           Height = 13
  538.           Caption = 'Total upload  :'
  539.         end
  540.         object Label4: TLabel
  541.           Left = 456
  542.           Top = 6
  543.           Width = 64
  544.           Height = 13
  545.           Caption = 'Bits per sec  :'
  546.         end
  547.         object Label10: TLabel
  548.           Left = 435
  549.           Top = 29
  550.           Width = 85
  551.           Height = 13
  552.           Caption = 'Av. speed  (b/s)  :'
  553.         end
  554.         object Label6: TLabel
  555.           Left = 37
  556.           Top = 52
  557.           Width = 57
  558.           Height = 14
  559.           AutoSize = False
  560.           Caption = 'Have rest  :'
  561.         end
  562.         object Label9: TLabel
  563.           Left = 481
  564.           Top = 52
  565.           Width = 39
  566.           Height = 13
  567.           Caption = 'Attemt  :'
  568.         end
  569.         object Label30: TLabel
  570.           Left = 30
  571.           Top = 29
  572.           Width = 62
  573.           Height = 13
  574.           Caption = 'Left upload  :'
  575.         end
  576.         object SizeOfFile: TPanel
  577.           Left = 97
  578.           Top = 5
  579.           Width = 84
  580.           Height = 18
  581.           BevelInner = bvLowered
  582.           Color = clTeal
  583.           Font.Charset = DEFAULT_CHARSET
  584.           Font.Color = clLime
  585.           Font.Height = -11
  586.           Font.Name = 'MS Sans Serif'
  587.           Font.Style = []
  588.           ParentFont = False
  589.           TabOrder = 0
  590.         end
  591.         object CurrentSize: TPanel
  592.           Left = 321
  593.           Top = 5
  594.           Width = 84
  595.           Height = 18
  596.           BevelInner = bvLowered
  597.           Color = clTeal
  598.           Font.Charset = DEFAULT_CHARSET
  599.           Font.Color = clLime
  600.           Font.Height = -11
  601.           Font.Name = 'MS Sans Serif'
  602.           Font.Style = []
  603.           ParentFont = False
  604.           TabOrder = 1
  605.         end
  606.         object Previous: TPanel
  607.           Left = 321
  608.           Top = 28
  609.           Width = 84
  610.           Height = 18
  611.           BevelInner = bvLowered
  612.           Color = clTeal
  613.           Font.Charset = DEFAULT_CHARSET
  614.           Font.Color = clLime
  615.           Font.Height = -11
  616.           Font.Name = 'MS Sans Serif'
  617.           Font.Style = []
  618.           ParentFont = False
  619.           TabOrder = 2
  620.         end
  621.         object ThisSize: TPanel
  622.           Left = 321
  623.           Top = 51
  624.           Width = 84
  625.           Height = 18
  626.           BevelInner = bvLowered
  627.           Color = clTeal
  628.           Font.Charset = DEFAULT_CHARSET
  629.           Font.Color = clLime
  630.           Font.Height = -11
  631.           Font.Name = 'MS Sans Serif'
  632.           Font.Style = []
  633.           ParentFont = False
  634.           TabOrder = 3
  635.         end
  636.         object SizeEveryTime: TPanel
  637.           Left = 525
  638.           Top = 5
  639.           Width = 84
  640.           Height = 18
  641.           BevelInner = bvLowered
  642.           Color = clTeal
  643.           Font.Charset = DEFAULT_CHARSET
  644.           Font.Color = clLime
  645.           Font.Height = -11
  646.           Font.Name = 'MS Sans Serif'
  647.           Font.Style = []
  648.           ParentFont = False
  649.           TabOrder = 4
  650.         end
  651.         object AvSpeed: TPanel
  652.           Left = 525
  653.           Top = 28
  654.           Width = 84
  655.           Height = 18
  656.           BevelInner = bvLowered
  657.           Color = clTeal
  658.           Font.Charset = DEFAULT_CHARSET
  659.           Font.Color = clLime
  660.           Font.Height = -11
  661.           Font.Name = 'MS Sans Serif'
  662.           Font.Style = []
  663.           ParentFont = False
  664.           TabOrder = 5
  665.         end
  666.         object HaveRest: TPanel
  667.           Left = 97
  668.           Top = 51
  669.           Width = 84
  670.           Height = 18
  671.           BevelInner = bvLowered
  672.           Color = clTeal
  673.           Font.Charset = DEFAULT_CHARSET
  674.           Font.Color = clLime
  675.           Font.Height = -11
  676.           Font.Name = 'MS Sans Serif'
  677.           Font.Style = []
  678.           ParentFont = False
  679.           TabOrder = 6
  680.         end
  681.         object Attempt: TPanel
  682.           Left = 525
  683.           Top = 51
  684.           Width = 84
  685.           Height = 18
  686.           BevelInner = bvLowered
  687.           Color = clTeal
  688.           Font.Charset = DEFAULT_CHARSET
  689.           Font.Color = clLime
  690.           Font.Height = -11
  691.           Font.Name = 'MS Sans Serif'
  692.           Font.Style = []
  693.           ParentFont = False
  694.           TabOrder = 7
  695.         end
  696.         object BytesLeft: TPanel
  697.           Left = 97
  698.           Top = 28
  699.           Width = 84
  700.           Height = 18
  701.           BevelInner = bvLowered
  702.           Color = clTeal
  703.           Font.Charset = DEFAULT_CHARSET
  704.           Font.Color = clLime
  705.           Font.Height = -11
  706.           Font.Name = 'MS Sans Serif'
  707.           Font.Style = []
  708.           ParentFont = False
  709.           TabOrder = 8
  710.         end
  711.       end
  712.     end
  713.   end
  714.   object PanelExit: TPanel
  715.     Left = 192
  716.     Top = 217
  717.     Width = 271
  718.     Height = 62
  719.     BevelInner = bvLowered
  720.     Caption = 'Waiting for exit  from uploading  ...'
  721.     Font.Charset = DEFAULT_CHARSET
  722.     Font.Color = clWindowText
  723.     Font.Height = -11
  724.     Font.Name = 'MS Sans Serif'
  725.     Font.Style = [fsBold]
  726.     ParentFont = False
  727.     TabOrder = 0
  728.   end
  729.   object PopupMenu1: TPopupMenu
  730.     OnPopup = PopupMenu1Popup
  731.     Left = 584
  732.     Top = 292
  733.     object Download1: TMenuItem
  734.       Caption = '&Upload to Url'
  735.       OnClick = ListDLoadDblClick
  736.     end
  737.     object N2: TMenuItem
  738.       Caption = '-'
  739.     end
  740.     object Stop1: TMenuItem
  741.       Caption = '&Stop upload'
  742.       OnClick = Stop1Click
  743.     end
  744.     object Stopalluploads1: TMenuItem
  745.       Caption = 'S&top all uploads'
  746.       OnClick = Stopalluploads1Click
  747.     end
  748.     object N4: TMenuItem
  749.       Caption = '-'
  750.     end
  751.     object DeleteUrl1: TMenuItem
  752.       Caption = '&Delete selected Url'
  753.       OnClick = DeleteUrl1Click
  754.     end
  755.   end
  756.   object Timer1: TTimer
  757.     Enabled = False
  758.     OnTimer = Timer1Timer
  759.     Left = 585
  760.     Top = 357
  761.   end
  762.   object SmallImages: TImageList
  763.     Left = 585
  764.     Top = 324
  765.   end
  766. end
  767.